home *** CD-ROM | disk | FTP | other *** search
- _root.s.control = false;
- if(i == Count)
- {
- gotoAndStop(1);
- if(orient == "L" or orient == "R")
- {
- Osoba.gotoAndStop("StandR");
- }
- else
- {
- Osoba.gotoAndStop("Stand" + Orient);
- }
- Driver.gotoAndStop(Driver._currentframe + 1);
- Driver += "&";
- if(Driver == "&")
- {
- _root.s.control = true;
- }
- }
- if(Osoba.hero)
- {
- textField.cervena._visible = true;
- textField.modra._visible = false;
- }
- else
- {
- textField.cervena._visible = false;
- textField.modra._visible = true;
- }
- TextField.cervena.Text = Text;
- TextField.modra.Text = Text;
- Lines = length(Text) / 26;
- TextField._y = -49 - 10 * Lines;
- if(TextField._y < -150)
- {
- TextField._y = -150;
- }
-